Fire<T> Method

Summary
Fires the specified event handler.
Syntax
C#
VB
C++
public static void Fire<T>( 
   this EventHandler<T> eventHandler, 
   object sender, 
   T e 
) 
<ExtensionAttribute()> 
Public Shared Sub Fire(Of T As EventArgs)( _ 
   ByVal eventHandler As EventHandler(Of T), _ 
   ByVal sender As Object, _ 
   ByVal e As T _ 
)  
[ExtensionAttribute()] 
public: 
static void Firegeneric<typename T> 
(  
   EventHandler<T^>^ eventHandler, 
   Object^ sender, 
   _T^_ e 
)  
where T: EventArgs 

Parameters

eventHandler
The event handler.

sender
The sender.

e
An instance of the eventargs.

Type Parameters

T
The type of event args for the event.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.